Add api-contract-audit skill for type hint checking - #962
Open
Rimsha2535 wants to merge 16 commits into
Open
Rimsha2535 wants to merge 16 commits into
Rimsha2535 wants to merge 16 commits into
Conversation
Rimsha2535
requested a deployment
to
manual-approval
September 22, 2026 05:09 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 22, 2026 05:09 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 22, 2026 06:42 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 22, 2026 06:42 — with
GitHub Actions
Waiting
ArBridgeman
reviewed
Sep 22, 2026
Rimsha2535
requested a deployment
to
manual-approval
September 22, 2026 08:10 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 22, 2026 08:10 — with
GitHub Actions
Waiting
jana-selva
requested changes
Sep 22, 2026
Rimsha2535
requested a deployment
to
manual-approval
September 23, 2026 21:02 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 23, 2026 21:02 — with
GitHub Actions
Waiting
ArBridgeman
reviewed
Sep 24, 2026
ArBridgeman
reviewed
Sep 24, 2026
ArBridgeman
reviewed
Sep 24, 2026
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
Rimsha2535
requested a deployment
to
manual-approval
September 24, 2026 14:11 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 24, 2026 14:11 — with
GitHub Actions
Waiting
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
Rimsha2535
requested a deployment
to
manual-approval
September 24, 2026 14:12 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 24, 2026 14:12 — with
GitHub Actions
Waiting
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
Rimsha2535
requested a deployment
to
manual-approval
September 24, 2026 14:13 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 24, 2026 14:13 — with
GitHub Actions
Waiting
* Improve API contract skill evaluation cases * Explain evaluation case expectations * Keep API audit evaluation library agnostic
ArBridgeman
requested a deployment
to
manual-approval
September 25, 2026 11:38 — with
GitHub Actions
Waiting
ArBridgeman
requested a deployment
to
manual-approval
September 25, 2026 11:38 — with
GitHub Actions
Waiting
ArBridgeman
reviewed
Sep 25, 2026
ArBridgeman
reviewed
Sep 25, 2026
ArBridgeman
reviewed
Sep 25, 2026
ArBridgeman
reviewed
Sep 25, 2026
ArBridgeman
reviewed
Sep 25, 2026
ArBridgeman
reviewed
Sep 25, 2026
|
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:52 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:52 — with
GitHub Actions
Waiting
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:52 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:52 — with
GitHub Actions
Waiting
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:52 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:52 — with
GitHub Actions
Waiting
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:53 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:53 — with
GitHub Actions
Waiting
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:53 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:53 — with
GitHub Actions
Waiting
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:53 — with
GitHub Actions
Waiting
Rimsha2535
requested a deployment
to
manual-approval
September 25, 2026 11:53 — with
GitHub Actions
Waiting
This branch is waiting to be deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fixes #942
Summary
Added the
api-contract-auditskill to help identify mismatches between type annotations, docstrings and runtime behavior in Python libraries. The skill was verified against PyExasol and works as expected.Checklist
Note: If any of the items in the checklist are not relevant to your PR, just check the box.
For any Pull Request
Is the following correct:
When Changes Were Made
Did you:
When Preparing a Release
Have you: